home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
slperl.zoo
/
atarist
/
usersub.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-05
|
174b
|
12 lines
#include "EXTERN.h"
#include "perl.h"
#include <stdio.h>
int userinit()
{
#ifndef __MINT__
install_null(); /* install device /dev/null or NUL: */
#endif
return 0;
}